ReadIniStrings
Count = ReadIniStrings(Filename$, Section$, Key$, strArray$())
 
Parameters:

    Filename$ = the name of the Ini file
    Section$ = the section name
    Key$ = the key name
    strArray$() = an array that receives the values
Returns:

    Count = the number of values read
 

ReadIniStrings reads a number of comma separated string values from an Ini file. You need to pass a string array to the function that will receive the values. The function returns the number of values that have been read.
 
Related Info: ReadIniFloats | ReadIniIntegers :
 


(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com